home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / SERVICES.PAK / PRECLASS.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  769b  |  22 lines

  1. //----------------------------------------------------------------------------
  2. // Borland Services Library
  3. // Copyright (c) 1991, 1997 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   5.5  $
  6. //
  7. // Provides generic definitions preceeding the declaration the classes of
  8. // the ClassLibrary, ObjectComponents and ObjectWindows
  9. // NOTE: This header must *NOT* contain guards
  10. //----------------------------------------------------------------------------
  11. #pragma nopackwarning
  12.  
  13. #if ! (defined(lint) || defined(_lint))
  14. #  ifndef RC_INVOKED
  15. #    if ( _MSC_VER >= 800 ) || (defined(__BORLANDC__))
  16. #      pragma warning(disable:4103)
  17. #      pragma pack(1)
  18. #    endif
  19. #  endif // ndef RC_INVOKED
  20. #endif // ! (defined(lint) || defined(_lint))
  21.  
  22.